Skip to content

Commit f7b0fbf

Browse files
committed
API Move some code to framework to be reusable
Some of this code needs to be usable on classes other than SiteTree with the CMSMain refactoring.
1 parent 240f2b4 commit f7b0fbf

7 files changed

+36
-484
lines changed

code/Model/RedirectorPage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class RedirectorPage extends Page
2323
{
24-
private static $description = 'Redirects requests to another location';
24+
private static $class_description = 'Redirects requests to another location';
2525

2626
private static $icon_class = 'font-icon-p-redirect';
2727

0 commit comments

Comments
 (0)