Index: trunk/core/kernel/application.php =================================================================== diff -u -r2015 -r2112 --- trunk/core/kernel/application.php (.../application.php) (revision 2015) +++ trunk/core/kernel/application.php (.../application.php) (revision 2112) @@ -1123,6 +1123,18 @@ } /** + * Returns true if config exists and is allowed for reading + * + * @param string $prefix + * @return bool + */ + function prefixRegistred($prefix) + { + $unit_config_reader =& $this->recallObject('kUnitConfigReader'); + return $unit_config_reader->prefixRegistred($prefix); + } + + /** * Splits any mixing of prefix and * special into correct ones * @@ -1307,6 +1319,7 @@ return 0; } + } ?> \ No newline at end of file