Index: trunk/phase3/includes/SiteConfiguration.php |
— | — | @@ -398,7 +398,7 @@ |
399 | 399 | |
400 | 400 | public function loadFullData() { |
401 | 401 | if ($this->fullLoadCallback && !$this->fullLoadDone) { |
402 | | - call_user_func( $this->fullLoadCallback ); |
| 402 | + call_user_func( $this->fullLoadCallback, $this ); |
403 | 403 | $this->fullLoadDone = true; |
404 | 404 | } |
405 | 405 | } |