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

This commit is contained in:
David Mudrak
2011-12-09 17:56:23 +01:00
committed by Eloy Lafuente (stronk7)
parent 0a6326625b
commit 0f9d4689fb
-3
View File
@@ -1062,9 +1062,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() {