Skip to content
Snippets Groups Projects
Commit 16c665d9 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed data parameter in subscription_handle_post()

now the data parameter, which really is a timestamp is only handled
internally of the subscription class
parent 6686e3d1
No related branches found
No related tags found
No related merge requests found
......@@ -784,8 +784,7 @@ function subscription_handle_post(&$params) {
$style = null;
}
$data = in_array($style, array('list', 'digest')) ? time() : null;
$params = compact('target', 'style', 'data', 'action');
$params = compact('target', 'style', 'action');
}
//Setup VIM: ex: et ts=2 :
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment