From be2ae80888359b22ac14bce9bc013f7a659d1f11 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 16 Sep 2019 16:52:32 +1200 Subject: [PATCH] PHP 7.2 compatibility --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index bce332f..c057e27 100644 --- a/_config.php +++ b/_config.php @@ -5,5 +5,5 @@ } if (class_exists('ContentController')) { - Object::add_extension('ContentController', 'HashPathExtension'); + SS_Object::add_extension('ContentController', 'HashPathExtension'); }