From b229381dda7203402e00cb6f58c3b8a147556b0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Sat, 3 Aug 2013 23:29:31 +0200
Subject: [PATCH] initialize $plural_form_string with English default

---
 lib/l10n.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/l10n.php b/lib/l10n.php
index a11ed785c5..b1f2fceeb1 100644
--- a/lib/l10n.php
+++ b/lib/l10n.php
@@ -59,7 +59,7 @@ class OC_L10N {
 	/**
 	 * Plural forms (string)
 	 */
-	private $plural_form_string;
+	private $plural_form_string = 'nplurals=2; plural=(n != 1);';
 
 	/**
 	 * Plural forms (function)
-- 
GitLab