Changeset 1213
- Timestamp:
- 01/11/08 14:30:06 (8 months ago)
- Files:
-
- trunk/lib/xjconf.star (modified) (previous)
- trunk/src/main/php/net/stubbles/util/xjconf/stubXJConfClassLoader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/xjconf/stubXJConfClassLoader.php
r1127 r1213 21 21 * @var string 22 22 */ 23 protected $namespace = 'net .xjconf';23 protected $namespace = 'net::xjconf'; 24 24 25 25 /** … … 82 82 protected function init() 83 83 { 84 $xjConfUri = StarClassRegistry::getUriForClass('net .xjconf.XJConfLoader');84 $xjConfUri = StarClassRegistry::getUriForClass('net::xjconf::XJConfLoader'); 85 85 if (null === $xjConfUri) { 86 86 // Try to include XJConf from PEAR installation
