From e42069d775e22ba8f9fdbbc4c96bdc757f5aedfa Mon Sep 17 00:00:00 2001 From: sakamocchi Date: Sat, 19 May 2012 13:03:36 +0900 Subject: [PATCH] =?utf8?q?FIX:=20=E9=96=A2=E6=95=B0=E3=81=AE=E5=BC=95?= =?utf8?q?=E6=95=B0=E3=81=AB=E4=B8=8D=E9=81=A9=E5=88=87=E3=81=AA&=E3=82=92?= =?utf8?q?=E4=BB=98=E4=B8=8E=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=83=90?= =?utf8?q?=E3=82=B0=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nucleus/convert/greymatter.php | 2 +- nucleus/libs/AdminActions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nucleus/convert/greymatter.php b/nucleus/convert/greymatter.php index 2221583..f0bda61 100644 --- a/nucleus/convert/greymatter.php +++ b/nucleus/convert/greymatter.php @@ -526,7 +526,7 @@ function gm_linkmo($url, $mouseover, $text) { function gm_popup($filename, $authorid, $text, $width, $height) { global $grey_datapath, $manager; - $res = Media::addMediaObject(&$manager->getMember($authorid), "$grey_datapath$filename", $filename); + $res = Media::addMediaObject($manager->getMember($authorid), "$grey_datapath$filename", $filename); if ($res != "") die("error copying media files: $res"); diff --git a/nucleus/libs/AdminActions.php b/nucleus/libs/AdminActions.php index 5b085ef..8848606 100644 --- a/nucleus/libs/AdminActions.php +++ b/nucleus/libs/AdminActions.php @@ -2217,7 +2217,7 @@ class AdminActions extends BaseActions public function parse_date($format = 'c') { global $CONF, $manager; - echo i18n::formatted_datetime($format, time(), 'iso8601', &$manager->getBlog((integer) $CONF['DefaultBlog'])); + echo i18n::formatted_datetime($format, time(), 'iso8601', $manager->getBlog((integer) $CONF['DefaultBlog'])); return; } -- 2.11.0