From 1a2170914e44e6fda66078895556f1ebb99d1cf5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 15 Oct 2010 15:01:43 -0700 Subject: [PATCH] woops wrong path --- lib/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);