Development

Changeset 2372

You must first sign up to be able to contribute.

Changeset 2372

Show
Ignore:
Timestamp:
10/11/06 19:12:48 (2 years ago)
Author:
synace
Message:

same style as sfView::SUCCESS checking : =

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/synace/lib/filter/sfExecutionFilter.class.php

    r2371 r2372  
    135135          $handleErrorToRun = 'handleError'.ucfirst($actionName); 
    136136          $viewName = method_exists($actionInstance, $handleErrorToRun) ? $actionInstance->$handleErrorToRun() : $actionInstance->handleError(); 
    137           if (!$viewName
     137          if ($viewName == ''
    138138          { 
    139139            $viewName = sfView::ERROR;