login: userless handler call to obtain metadata
[minimedit.git] / thumb / index.php
index 63812591820b30be0d43ec92c6baf420f6257d36..a6b5bd7d66cce6d27560b120955a3fae695aaaa1 100644 (file)
@@ -1,5 +1,6 @@
 <?php
-list ($size, $imgpath) = explode('/', ltrim($Args, '/'), 2);
+if (!$User) return;
+list ($size, $imgpath) = explode('/', ltrim($Page->path, '/'), 2);
 $imgpath = preg_replace('{^(?=[0-9]+/)}', 'data/', $imgpath, 1);
 
 if (!file_exists($imgpath)) {