Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Aug 2010 07:21:36 +0000 (01:21 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Aug 2010 07:21:36 +0000 (01:21 -0600)
imp/folders.php

index d1310b9..d043ce8 100644 (file)
@@ -387,7 +387,7 @@ $refresh_title = Horde::stripAccessKey($refresh_title);
 if (!empty($refresh_ak)) {
     $refresh_title .= sprintf(_(" (Accesskey %s)"), $refresh_ak);
 }
-$head_template->set('refresh', $folder_url_ob->link(array(
+$head_template->set('refresh', $folders_url_ob->link(array(
     'accesskey' => $refresh_ak,
     'title' => $refresh_title
 )));