Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
fix issue with empty stylesheets or javascript source
Browse files Browse the repository at this point in the history
  • Loading branch information
David Molineus committed Sep 19, 2013
1 parent 0882e1e commit 7cdc800
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -201,7 +201,7 @@ protected function getUninstalledFiles($type, $modelClass, $themeId)
*/
protected function installFiles($value, $modelClass, $layout, $field, $toggle)
{
if(!$layout->$field)
if(!isset($layout->$field))
{
return;
}
Expand Down

0 comments on commit 7cdc800

Please sign in to comment.