]> git.mxchange.org Git - friendica.git/blobdiff - mod/fbrowser.php
Merge pull request #636 from fabrixxm/installer/checkphpcli
[friendica.git] / mod / fbrowser.php
index 92c6bd3b4becf14456c51e2ccdf9cbc78d3b7f64..075846e50631e5cf577bca02bb70d38edb707f49 100644 (file)
@@ -78,6 +78,7 @@ function fbrowser_content($a){
                                '$path' => $path,
                                '$folders' => $albums,
                                '$files' =>$files,
+                               '$cancel' => t('Cancel'),
                        ));
                                
                                
@@ -112,6 +113,7 @@ function fbrowser_content($a){
                                        '$path' => array( array($a->get_baseurl()."/fbrowser/image/", t("Files")) ),
                                        '$folders' => false,
                                        '$files' =>$files,
+                                       '$cancel' => t('Cancel'),
                                ));
                                
                        }