mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-11 17:40:57 -04:00
make cleanm static
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user