Tommy 碎碎念 : 修正 Gallery2 在使用 Gallery Remote 時, 無法正確儲存中文的問題
— GalleryRemote.inc.orig 2006-03-21 17:27:06.717001028 +0800
+++ GalleryRemote.inc 2006-03-21 18:16:00.940218189 +0800
@@ -73,6 +73,7 @@
function handleRequest($form) {
global $gallery;+ GalleryUtilities::unsanitizeInputValues($form, false);
$start = array_sum(explode(‘ ‘, microtime()));$status = $error = array();