make cleanm static

This commit is contained in:
Tim Almdal
2009-06-02 12:41:59 -07:00
parent 9f51395151
commit d8eca7682d
+1 -1
View File
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class p_Core {
function clean($dirty_html) {
static function clean($dirty_html) {
return html::specialchars($dirty_html);
}
}