Dotclear

Changeset 1778:b1873f7a99a8


Ignore:
Timestamp:
09/10/13 11:50:31 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Fix issue : setting does not exist on auth page, addresses #1636

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r1771 r1778  
    475475     { 
    476476          $mute_or_no = ''; 
    477           if ($GLOBALS['core']->blog->settings->system->jquery_migrate_mute) { 
     477          if (!empty($GLOBALS['core']->blog->settings->system->jquery_migrate_mute)) { 
    478478               $mute_or_no .= 
    479479                    '<script type="text/javascript">'."\n". 
Note: See TracChangeset for help on using the changeset viewer.

Sites map