MDL-30340 Trivial change in PHP doc block - the function does not accept any params

This commit is contained in:
David Mudrak
2011-12-03 16:57:21 +01:00
committed by Eloy Lafuente (stronk7)
parent d0e016f53f
commit 7c600d46aa
-3
View File
@@ -1061,9 +1061,6 @@ class block_manager {
/**
* Process any block actions that were specified in the URL.
*
* This can only be done given a valid $page object.
*
* @param moodle_page $page the page to add blocks to.
* @return boolean true if anything was done. False if not.
*/
public function process_url_actions() {