Ignore:
Timestamp:
2011/03/04 21:42:40 (13 years ago)
Author:
shutta
Message:

SC_MobileEmojiクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_MobileEmoji.php

    r20116 r20493  
    4040     */ 
    4141    function handler($buffer) { 
    42         $replace_callback = create_function('$matches', 'return SC_MobileEmoji::indexToCode($matches[1]);'); 
     42        $replace_callback = create_function('$matches', 'return SC_MobileEmoji_Ex::indexToCode($matches[1]);'); 
    4343        return preg_replace_callback('/\[emoji:(e?\d+)\]/', $replace_callback, $buffer); 
    4444    } 
Note: See TracChangeset for help on using the changeset viewer.