Changeset 243
- Timestamp:
- 05/23/09 10:45:44 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/branches/1.1/includes/qcubed/_core/framework/QApplicationBase.class.php
r222 r243 421 421 require_once ($strFilePath); 422 422 return true; 423 } else if (file_exists($strFilePath = sprintf('%s/qcubed/%s.class.php', __QCUBED__, $strClassName))) {423 } else if (file_exists($strFilePath = sprintf('%s/controls/%s.class.php', __QCUBED__, $strClassName))) { 424 424 require_once ($strFilePath); 425 425 return true;
