mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
FIX: Fixed E_STRICT error - static function not marked as such.
This commit is contained in:
parent
6a6b168da7
commit
67ff61a756
@ -101,7 +101,7 @@ class DocumentationService {
|
||||
*
|
||||
* @param array
|
||||
*/
|
||||
public function set_ignored_files($files) {
|
||||
public static function set_ignored_files($files) {
|
||||
self::$ignored_files = $files;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user