This commit is contained in:
Will Rossiter 2013-04-05 21:13:26 +13:00
parent 4ad952fe99
commit bd5e778d4f
2 changed files with 3 additions and 14 deletions

View File

@ -9,7 +9,6 @@
* @package spamprotection
*/
<<<<<<< HEAD
/**
* If the comments module is installed then add the spam protection module
* to the comments form via this extension.
@ -17,13 +16,4 @@
* Place this line in your mysite/_config.php
*/
// Object::add_extension('CommentingController', 'CommentSpamProtection');
=======
if(class_exists('Comment')) {
/**
* If the comments module is installed then add the spam protection module
* to the comments form via this extension
*/
CommentingController::add_extension('CommentSpamProtection');
}
>>>>>>> FIX: 3.1 extension API updates
// CommentingController::add_extension('CommentSpamProtection');

View File

@ -9,9 +9,8 @@
}, {
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
}],
"require": {
"silverstripe/framework": "3.*"
"silverstripe/framework": "3.1.*"
}
}