Ignore:
Timestamp:
2012/04/10 11:48:56 (14 years ago)
Author:
h_yoshimoto
Message:

#1692 Waringを出ない様に修正・コメントを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php

    r21681 r21728  
    152152     * @return boolean 成功すればtrue 
    153153     */ 
    154     function addAction($hook_point, $function, $priority) { 
     154    function addAction($hook_point, $function, $priority = 0) { 
    155155        if (!is_callable($function)) { 
    156156            // TODO エラー処理; コール可能な形式ではありません 
Note: See TracChangeset for help on using the changeset viewer.