mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
removed unneeded call to ucfirst
git-svn-id: http://svn.twig-project.org/trunk@195 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
@@ -55,7 +55,7 @@ abstract class Twig_Resource
|
||||
!is_object($object) ||
|
||||
(
|
||||
!method_exists($object, $method = $item) &&
|
||||
!method_exists($object, $method = 'get'.ucfirst($item))
|
||||
!method_exists($object, $method = 'get'.$item)
|
||||
)
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user