Index: branches/5.2.x/core/units/stylesheets/stylesheets_item.php =================================================================== diff -u -N -r15137 -r16513 --- branches/5.2.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 15137) +++ branches/5.2.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 16513) @@ -1,6 +1,6 @@ Application->recallObject('selectors.item', 'selectors', Array('live_table'=>true, 'skip_autoload' => true) ); - /* @var $selector_item SelectorsItem */ $parent_field = $this->Application->getUnitOption($selector_item->Prefix, 'ForeignKey'); @@ -40,8 +40,8 @@ $compile_ts = adodb_mktime(); $css_path = WRITEABLE . '/stylesheets/'; + /** @var FileHelper $file_helper */ $file_helper = $this->Application->recallObject('FileHelper'); - /* @var $file_helper FileHelper */ $file_helper->CheckFolder($css_path);