X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/6b106efb4f8497f1bd9dc334683751508caa176e..b35c59521deae7405997a24cefd523d9e3592665:/about.php diff --git a/about.php b/about.php index d5b3572..c32df61 100644 --- 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');