Changeset 243

Show
Ignore:
Timestamp:
05/23/09 10:45:44 (16 months ago)
Author:
alex94040
Message:

Fixes #262 (Config/Hierarchy Breaks Control Autoloads). Code by tomierna, reviewed by alex94040.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/branches/1.1/includes/qcubed/_core/framework/QApplicationBase.class.php

    r222 r243  
    421421                                require_once ($strFilePath); 
    422422                                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))) { 
    424424                                require_once ($strFilePath); 
    425425                                return true;