From: Michael J Rubinsky Date: Fri, 7 Jan 2011 19:06:08 +0000 (-0500) Subject: fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b533e861c542652c0e2a1b6b90ba160c11d3dcc5;p=horde.git fix variable name --- diff --git a/turba/lib/Turba.php b/turba/lib/Turba.php index 0fda36d43..38b9ca90a 100644 --- a/turba/lib/Turba.php +++ b/turba/lib/Turba.php @@ -394,7 +394,7 @@ class Turba { return $sources; } - $sortedShares = $defaults = $vbooks = array(); + $sortedSources = $defaults = $vbooks = array(); $personal = false; foreach ($shares as $name => &$share) { if (isset($sources[$name])) {