]> projects.mako.cc - scuttle/blobdiff - about.php
updated readme with information on a series of bugs I know exist
[scuttle] / about.php
index d5b35722f17024abefd125212e930e3c2f21683c..c32df6146dd496504cf9c1f0711a7d066e2d008f 100644 (file)
--- a/about.php
+++ b/about.php
@@ -19,7 +19,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ***************************************************************************/
 
 require_once 'header.inc.php';
-$templateservice =& ServiceFactory::getServiceInstance('TemplateService');
+$sf = new ServiceFactory();
+$templateservice =& $sf->getServiceInstance('TemplateService');
 
 $tplVars             = array();
 $tplVars['subtitle'] = T_('About');

Benjamin Mako Hill || Want to submit a patch?