From 0f9d4689fb7f503cb65a8bb2df9ffda9d3741858 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Sat, 3 Dec 2011 14:07:44 +0100 Subject: [PATCH] MDL-30340 Trivial change in PHP doc block - the function does not accept any params --- lib/blocklib.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/blocklib.php b/lib/blocklib.php index 692a6a944e8..942c24a6a64 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -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() {