From 24d8f02d17bbb527c859d63f1f805a6e0c5f2335 Mon Sep 17 00:00:00 2001 From: Semirke Date: Sat, 22 Feb 2014 16:20:18 +0100 Subject: [PATCH 1/2] Added missing line to last commit --- kloxo/httpdocs/htmllib/lib/pserver/ffilelib.php | 3 ++- kloxo/make-development-distribution.sh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kloxo/httpdocs/htmllib/lib/pserver/ffilelib.php b/kloxo/httpdocs/htmllib/lib/pserver/ffilelib.php index d34944933e..0b9ffce8ad 100755 --- a/kloxo/httpdocs/htmllib/lib/pserver/ffilelib.php +++ b/kloxo/httpdocs/htmllib/lib/pserver/ffilelib.php @@ -1226,7 +1226,8 @@ function getCore() static function initThisList($parent, $class) { - + global $login; + $fpathp = $parent->fullpath; diff --git a/kloxo/make-development-distribution.sh b/kloxo/make-development-distribution.sh index e7ef824c0a..71ed29adb9 100644 --- a/kloxo/make-development-distribution.sh +++ b/kloxo/make-development-distribution.sh @@ -28,7 +28,6 @@ # # Script is broken since the move to GitHub. Need to be rewritten. # -exit # remove this when fixed. # printUsage() { echo "Usage:" From 04d15bd2a1d9f85e9b359c93857087446895f2ab Mon Sep 17 00:00:00 2001 From: Semirke Date: Sat, 22 Feb 2014 16:29:08 +0100 Subject: [PATCH 2/2] Added exit message --- kloxo/make-development-distribution.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kloxo/make-development-distribution.sh b/kloxo/make-development-distribution.sh index 71ed29adb9..63148cbdb5 100644 --- a/kloxo/make-development-distribution.sh +++ b/kloxo/make-development-distribution.sh @@ -27,6 +27,11 @@ ###### # # Script is broken since the move to GitHub. Need to be rewritten. + echo "Script is broken since the move to GitHub. Need to be rewritten."; + echo "Remove this only with SWAT aid :)"; + exit; + + # # printUsage() {