File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 77 * For the full copyright and license information, please view the LICENSE 
88 * file that was distributed with this source code. 
99 */ 
10- if  (!defined ('FEDORA_AUTOLOADER ' )) {
11-     if  (!class_exists ('Fedora \\Autoloader \\Autoload ' , false )) {
12-         require_once  __DIR__ .'/Autoload.php ' ;
13-     }
14- 
15-     if  (!function_exists ('Fedora \\Autoloader \\requireFile ' )) {
16-         require_once  __DIR__ .'/functions.php ' ;
17-     }
18- 
19-     \Fedora \Autoloader \Autoload::addPsr4 ('Fedora \\Autoloader \\' , __DIR__ );
10+ if  (!class_exists ('Fedora \\Autoloader \\Autoload ' , false )) {
11+     require_once  __DIR__ .'/Autoload.php ' ;
12+ }
2013
21-     define ('FEDORA_AUTOLOADER ' , true );
14+ if  (!function_exists ('Fedora \\Autoloader \\requireFile ' )) {
15+     require_once  __DIR__ .'/functions.php ' ;
2216}
17+ 
18+ \Fedora \Autoloader \Autoload::addPsr4 ('Fedora \\Autoloader \\' , __DIR__ );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments