From 1013c2b00696c1a2141c0cfac460f1539f1c0b64 Mon Sep 17 00:00:00 2001 From: Jake B Date: Wed, 18 Oct 2017 15:23:39 +1100 Subject: [PATCH] DOC: Update comment to inform the correct location of the PageIconCSS generation code --- code/Model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Model/SiteTree.php b/code/Model/SiteTree.php index e6813fa5..0d7d42b2 100755 --- a/code/Model/SiteTree.php +++ b/code/Model/SiteTree.php @@ -248,7 +248,7 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi * Icon to use in the CMS page tree. This should be the full filename, relative to the webroot. * Also supports custom CSS rule contents (applied to the correct selector for the tree UI implementation). * - * @see CMSMain::generateTreeStylingCSS() + * @see LeftAndMainPageIconsExtension::generatePageIconsCss() * @config * @var string */