From: Brion Vibber Date: Fri, 15 Oct 2010 22:01:43 +0000 (-0700) Subject: woops wrong path X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a2170914e44e6fda66078895556f1ebb99d1cf5;p=quix0rs-gnu-social.git woops wrong path --- diff --git a/lib/common.php b/lib/common.php index de12f342ba..0d60657a35 100644 --- a/lib/common.php +++ b/lib/common.php @@ -25,7 +25,7 @@ if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') { exit; } // All the fun stuff to actually initialize StatusNet's framework code, // without loading up a site configuration. -require_once INSTALLDIR . '/framework.php'; +require_once INSTALLDIR . '/lib/framework.php'; try { StatusNet::init(@$server, @$path, @$conffile);