aboutsummaryrefslogtreecommitdiffstats
path: root/include/environment.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-19 16:48:10 -0700
committerredmatrix <git@macgirvin.com>2016-05-19 16:48:10 -0700
commit6e7d7c50174ffe3db78c5318dde0d9b0b1f416b8 (patch)
tree1f58fd40ed3dd2e4afaf165817cc09aedffeff77 /include/environment.php
parentfc239cb8a2ac944c159445961cd94ff9d35c9add (diff)
downloadvolse-hubzilla-6e7d7c50174ffe3db78c5318dde0d9b0b1f416b8.tar.gz
volse-hubzilla-6e7d7c50174ffe3db78c5318dde0d9b0b1f416b8.tar.bz2
volse-hubzilla-6e7d7c50174ffe3db78c5318dde0d9b0b1f416b8.zip
minor
Diffstat (limited to 'include/environment.php')
-rw-r--r--include/environment.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/environment.php b/include/environment.php
index 47ad241a7..11d465b84 100644
--- a/include/environment.php
+++ b/include/environment.php
@@ -60,6 +60,8 @@ function phpiniSizeToBytes($val) {
$val *= 1024;
case 'k':
$val *= 1024;
+ default:
+ break;
}
return (int)$val;