]> projects.mako.cc - scuttle/blobdiff - about.php
updated readme with information on a series of bugs I know exist
[scuttle] / about.php
index c089cb97cd22aa312681343d0b599ed7bc23208a..c32df6146dd496504cf9c1f0711a7d066e2d008f 100644 (file)
--- a/about.php
+++ b/about.php
@@ -1,7 +1,7 @@
 <?php
 /***************************************************************************
-Copyright (c) 2004 - 2010 Scuttle project
-http://sourceforge.net/projects/scuttle/
+Copyright (c) 2004 - 2010 Marcus Campbell
+http://scuttle.org/
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -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?