summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-02 12:41:59 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-02 12:41:59 -0700
commitd8eca7682d36e66cffa86fd101998d72b4e413d1 (patch)
tree5847bec57e831181d196a5f6428020bda1246ba4 /modules
parent9f51395151398beecc8eda192a470ab704ec9bc6 (diff)
make cleanm static
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/p.php2
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);
}
}