Skip to content

Commit

Permalink
Merge pull request codeguy#31 from ziadoz/patch-2
Browse files Browse the repository at this point in the history
Added missing namespace to Twig Extension.
  • Loading branch information
silentworks committed Sep 11, 2012
2 parents e0b8cb1 + 0d07c2c commit cd93d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/Extension/Twig/Extensions/Slim.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public function getFunctions()

public function urlFor($name, $params = array(), $appName = 'default')
{
return Slim::getInstance($appName)->urlFor($name, $params);
return \Slim\Slim::getInstance($appName)->urlFor($name, $params);
}
}

0 comments on commit cd93d93

Please sign in to comment.