page: call handler through index method
[minimedit.git] / issue / index.php
index 62182ac28356c72c40bc029118f9c798a6497bc7..8b42d11f7c499699a2d51ac4debb80ff628478d8 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-global $User, $Db;
+global $User, $Db, $Issue;
 require_once 'database.inc.php';
 @list ($id, $title) = explode('/', ltrim($Page->path, '/'));