aboutsummaryrefslogtreecommitdiffstats
path: root/view/it
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-13 02:17:17 -0700
committerfriendica <info@friendica.com>2014-05-13 02:17:17 -0700
commit71ded9388b71617b4eeff95d168242dac79324ac (patch)
tree0bfe0396dcb2ff99dfaa6ad41ce87eb0575567bb /view/it
parent8c948f4bbe04e4221e6a845995048a565d6ce808 (diff)
downloadvolse-hubzilla-71ded9388b71617b4eeff95d168242dac79324ac.tar.gz
volse-hubzilla-71ded9388b71617b4eeff95d168242dac79324ac.tar.bz2
volse-hubzilla-71ded9388b71617b4eeff95d168242dac79324ac.zip
missing paren
Diffstat (limited to 'view/it')
-rw-r--r--view/it/strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php
index 32d08fa52..6ce6464c1 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -1,6 +1,6 @@
<?php
-if(! function_exists("string_plural_select_it") {
+if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}