From: Ben Klang Date: Tue, 18 May 2010 17:17:24 +0000 (-0400) Subject: Mnemo: Two more dependencies on base.php X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0f19c13d6665b56bfa83801620590f7daa18f32c;p=horde.git Mnemo: Two more dependencies on base.php --- diff --git a/mnemo/note/pdf.php b/mnemo/note/pdf.php index f57e35d32..54ea73c8e 100644 --- a/mnemo/note/pdf.php +++ b/mnemo/note/pdf.php @@ -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. */ diff --git a/mnemo/themes/categoryCSS.php b/mnemo/themes/categoryCSS.php index 893e941cd..86e21dc0b 100644 --- a/mnemo/themes/categoryCSS.php +++ b/mnemo/themes/categoryCSS.php @@ -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');