diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-02 12:41:59 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-02 12:41:59 -0700 |
commit | d8eca7682d36e66cffa86fd101998d72b4e413d1 (patch) | |
tree | 5847bec57e831181d196a5f6428020bda1246ba4 | |
parent | 9f51395151398beecc8eda192a470ab704ec9bc6 (diff) |
make cleanm static
-rw-r--r-- | modules/gallery/helpers/p.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/p.php b/modules/gallery/helpers/p.php index c3074c23..0a6210dc 100644 --- a/modules/gallery/helpers/p.php +++ b/modules/gallery/helpers/p.php @@ -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); } } |