Show
Ignore:
Timestamp:
01/22/11 09:49:16 (2 years ago)
Author:
mickecarlsson
Message:

Revert r11060 wrong branch. However, that helped me to figure out why it was failing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.8/amp_conf/htdocs/admin/config.php

    r11060 r11062  
    296296 
    297297 
    298 // set the language so local module languages take 
    299 set_language(); 
    300298 
    301299// show the appropriate page 
     
    391389  $admin_template['display'] = $display; 
    392390 
     391  // set the language so local module languages take 
     392  set_language(); 
     393 
    393394  // then load it and put it into the main freepbx interface 
    394395  $template['content'] = loadview('freepbx_admin', $admin_template);