summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-09 18:28:13 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-09 18:28:13 +0000
commit0e0ca3b589668041022e3191d749d4c5acaee6e9 (patch)
tree9e1af632339babc89bb2d5d0a0c32eaf5419a014 /modules/blogapi/blogapi.module
parent557128c9190b814d1261e30a4b9a760699b92a6b (diff)
downloadbrdo-0e0ca3b589668041022e3191d749d4c5acaee6e9.tar.gz
brdo-0e0ca3b589668041022e3191d749d4c5acaee6e9.tar.bz2
- Patch #457532 by Berdir: more PHP5 'fixes'.
Diffstat (limited to 'modules/blogapi/blogapi.module')
-rw-r--r--modules/blogapi/blogapi.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module
index 58ce6baae..f007ae1f1 100644
--- a/modules/blogapi/blogapi.module
+++ b/modules/blogapi/blogapi.module
@@ -870,7 +870,7 @@ __RSD__;
/**
* Handles extra information sent by clients according to MovableType's spec.
*/
-function _blogapi_mt_extra(&$node, $struct) {
+function _blogapi_mt_extra($node, $struct) {
if (is_array($node)) {
$was_array = TRUE;
$node = (object)$node;