diff options
Diffstat (limited to 'thumb_handler.php5')
-rw-r--r-- | thumb_handler.php5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thumb_handler.php5 b/thumb_handler.php5 index 0e0c3c0b..c9e10cd9 100644 --- a/thumb_handler.php5 +++ b/thumb_handler.php5 @@ -22,4 +22,6 @@ * @ingroup Media */ +define( 'MW_ENTRY_PHP5', true ); + require './thumb_handler.php'; |