Merge branch '2.5.x-albertenhancements' into saas
This commit is contained in:
commit
ccb4b1552e
|
@ -52,7 +52,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$imagePath = $logoUploadElement->getFileName();
|
||||
|
||||
// Only update the image logo if the new logo is non-empty
|
||||
if (!is_null($imagePath) && $imagePath != "") {
|
||||
if (!empty($imagePath) && $imagePath != "") {
|
||||
Application_Model_Preference::SetStationLogo($imagePath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue