Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / thumb_handler.php
index 7afa9aa..4e6bbd9 100644 (file)
@@ -23,7 +23,8 @@
  */
 
 define( 'THUMB_HANDLER', true );
+define( 'MW_ENTRY_POINT', 'thumb_handler' );
 
-# Execute thumb.php, having set THUMB_HANDLER so that
-# it knows to extract params from a thumbnail file URL.
+// Execute thumb.php, having set THUMB_HANDLER so that
+// it knows to extract params from a thumbnail file URL.
 require __DIR__ . '/thumb.php';