Ignore:
Timestamp:
Feb 23, 2015, 12:32:54 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Do not link to external jquery script which can change in future and break function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Log/Log.php

    r816 r818  
    223223      $Output .= $this->ShowList();
    224224      return($Output);
    225     } else $Output .= ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
     225    } else $Output = ShowMessage(T('Access denied'), MESSAGE_CRITICAL);
    226226  }
    227227}
Note: See TracChangeset for help on using the changeset viewer.