diff options
Diffstat (limited to 'app/Query')
| -rw-r--r-- | app/Query/Media.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Query/Media.php b/app/Query/Media.php index d44a4ca59b..13d6cc3559 100644 --- a/app/Query/Media.php +++ b/app/Query/Media.php @@ -78,7 +78,7 @@ class WT_Query_Media { * @param string $filter optional search string * * @return Media[] - * @throws Exception + * @throws \Exception */ public static function mediaList($folder, $subfolders, $sort, $filter) { // All files in the folder, plus external files |
