Its better to pass to the right function. (Side note, this is why you always test your code)
This commit is contained in:
parent
393a9e60df
commit
70428b2b5d
@ -563,7 +563,7 @@ class Image {
|
||||
$tmpl = str_replace('$filesize', to_shorthand_int($this->filesize), $tmpl);
|
||||
$tmpl = str_replace('$filename', $_escape($base_fname), $tmpl);
|
||||
$tmpl = str_replace('$title', $_escape($config->get_string("title")), $tmpl);
|
||||
$tmpl = str_replace('$date', $_escape(autodate($this->posted), false), $tmpl);
|
||||
$tmpl = str_replace('$date', $_escape(autodate($this->posted, false)), $tmpl);
|
||||
|
||||
// nothing seems to use this, sending the event out to 50 exts is a lot of overhead
|
||||
if(!SPEED_HAX) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user