Skip to content
Snippets Groups Projects

Feature/notice dismiss link

Merged Krzysztof Dyszczyk requested to merge feature/notice-dismiss-link into master
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
1
@@ -81,7 +81,6 @@ class AjaxHandler implements HookablePluginDependant
*/
public function processAjaxNoticeDismiss()
{
error_log(print_r($_POST,true));
if (isset($_POST[self::POST_FIELD_NOTICE_NAME])) {
$noticeName = $_POST[self::POST_FIELD_NOTICE_NAME];
Loading