Changeset 1024
- Timestamp:
- 11/10/07 23:24:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/events/stubCallbackListener.php
r141 r1024 82 82 $this->class = get_class($instance); 83 83 } else { 84 if (class_exists($instance )== false) {84 if (class_exists($instance, false) === false) { 85 85 throw new stubCallbackException('Class ' . $instance . ' does not exist.'); 86 86 }
