mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-10 16:05:21 -04:00
Avoid "self::" because Kohana can't override it.
This commit is contained in:
@@ -31,7 +31,7 @@ class legal_file_Core {
|
||||
|
||||
static function get_filters() {
|
||||
$filters = array();
|
||||
foreach (self::get_extensions() as $extension) {
|
||||
foreach (legal_file::get_extensions() as $extension) {
|
||||
array_push($filters, "*." . $extension, "*." . strtoupper($extension));
|
||||
}
|
||||
return $filters;
|
||||
|
||||
Reference in New Issue
Block a user