Changeset 1799:a5868fc53e27 for admin
- Timestamp:
 - 09/11/13 21:58:22 (12 years ago)
 - Branch:
 - default
 - Children:
 - 1800:049b46e6f72a, 1834:f4c0c4d04639, 1900:2f3810424936
 - File:
 - 
          
- 1 edited
 
- 
          admin/help.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
admin/help.php
r1793 r1799 68 68 } 69 69 70 $help_page = !empty($_GET['page']) ? html::escapeHTML($_GET['page']) : ' core_main';70 $help_page = !empty($_GET['page']) ? html::escapeHTML($_GET['page']) : 'index'; 71 71 $content_array = helpPage($help_page); 72 if (($content_array['content'] == '') || ($help_page == ' core_main')) {73 $content_array = helpPage(' core_main');72 if (($content_array['content'] == '') || ($help_page == 'index')) { 73 $content_array = helpPage('index'); 74 74 } 75 75 if ($content_array['title'] != '') {  
Note: See TracChangeset
          for help on using the changeset viewer.
      