Merge "mw.loader: Guard localStorage access with try/catch in mw.store.clear()"
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIRepo.php
index a8d37a1..d7241e9 100644 (file)
@@ -50,7 +50,6 @@ class ForeignAPIRepo extends FileRepo {
         */
        protected static $imageInfoProps = array(
                'url',
-               'thumbnail',
                'timestamp',
        );