Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed call to Client to Clients
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari committed Mar 6, 2011
1 parent fe04bcb commit 098146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/system/controllers/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Display ( $pView = null, $pData = array ( ) ) {
private function _ProcessScripts ( ) {
$scripts = $this->View->Find ( 'script', 0 )->outertext;

$clients = $this->GetSys ( 'Client' )->Get ( 'Config' )->GetPath ();
$clients = $this->GetSys ( 'Clients' )->Get ( 'Config' )->GetPath ();

$foundation = $this->GetSys ( 'Router' )->Get ( 'Foundation' );

Expand Down

0 comments on commit 098146a

Please sign in to comment.