Dotclear


Ignore:
Timestamp:
08/20/13 12:37:19 (11 years ago)
Author:
Dsls
Branch:
twig
Message:

added post.php notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/class.dc.form.php

    r1491 r1497  
    777777          foreach ($submitted as $f) { 
    778778               $action = $f->getAction(); 
    779                if ($action != NULL) { 
     779               if ($action != NULL && is_callable($action)) { 
    780780                    $hasActions = true; 
    781781                    $ret = call_user_func($action,$this); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map