Dotclear

Changeset 1458:9e395503252e


Ignore:
Timestamp:
08/18/13 17:36:44 (10 years ago)
Author:
Denis Jean-Christian <contact@…>
Branch:
default
Message:

Open admin help block to plugins, fixes #1383

File:
1 edited

Legend:

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

    r1456 r1458  
    365365     { 
    366366          $args = func_get_args(); 
     367 
     368          $args = new ArrayObject($args); 
     369 
     370          # --BEHAVIOR-- adminPageHelpBlock 
     371          $GLOBALS['core']->callBehavior('adminPageHelpBlock',$args); 
     372 
    367373          if (empty($args)) { 
    368374               return; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map