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/helper/SC_Helper_Mobile.php

    r20492 r20493  
    233233 
    234234        // 絵文字タグを絵文字コードに変換する。 
    235         ob_start(array('SC_MobileEmoji', 'handler')); 
     235        ob_start(array('SC_MobileEmoji_Ex', 'handler')); 
    236236 
    237237        // 端末に合わせて画像サイズを変換する。 
Note: See TracChangeset for help on using the changeset viewer.