CC-4090: Make code style PSR compliant

Subjects.php
This commit is contained in:
Martin Konecny 2012-07-10 10:36:53 -04:00
parent dc2b4fed0a
commit 3d243468a7
4 changed files with 31 additions and 26 deletions

View file

@ -6,7 +6,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
{
// retrieves the length limit for each char field
// and store to assoc array
$maxLens = Application_Model_Show::GetMaxLengths();
$maxLens = Application_Model_Show::getMaxLengths();
// Hidden element to indicate whether the show is new or
// whether we are updating an existing show.