From: <be...@us...> - 2015-10-17 17:57:33
|
Revision: 13162 http://sourceforge.net/p/xoops/svn/13162 Author: beckmi Date: 2015-10-17 17:57:30 +0000 (Sat, 17 Oct 2015) Log Message: ----------- add "static" to the example Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8/htdocs/class/textsanitizer/readme.txt Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/class/textsanitizer/readme.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.8/htdocs/class/textsanitizer/readme.txt 2015-10-13 21:07:36 UTC (rev 13161) +++ XoopsCore/branches/2.5.x/2.5.8/htdocs/class/textsanitizer/readme.txt 2015-10-17 17:57:30 UTC (rev 13162) @@ -48,7 +48,7 @@ } // Processing the text - function decode($text) + static function decode($text) { // Load config data if any $config = parent::loadConfig(__DIR__); |