Mnemo: Two more dependencies on base.php
authorBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 17:17:24 +0000 (13:17 -0400)
committerBen Klang <ben@alkaloid.net>
Tue, 18 May 2010 17:17:57 +0000 (13:17 -0400)
mnemo/note/pdf.php
mnemo/themes/categoryCSS.php

index f57e35d..54ea73c 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 @define('MNEMO_BASE', dirname(dirname(__FILE__)));
-require_once MNEMO_BASE . '/lib/base.php';
+require_once MNEMO_BASE . '/lib/Application.php';
 require_once 'File/PDF.php';
 
 /* Check if a passphrase has been sent. */
index 893e941..86e21dc 100644 (file)
@@ -12,7 +12,7 @@
 
 @define('AUTH_HANDLER', true);
 @define('MNEMO_BASE', dirname(__FILE__) . '/..');
-require_once MNEMO_BASE . '/lib/base.php';
+require_once MNEMO_BASE . '/lib/Application.php';
 require_once 'Horde/Image.php';
 
 header('Content-Type: text/css');