From e0db35fac0e1938a0337790162657b64143d87fd Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 5 Sep 2012 22:23:32 +0200 Subject: [PATCH] Fix name for OCCategories --- core/js/oc-vcategories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/oc-vcategories.js b/core/js/oc-vcategories.js index c7b536a2a7..c99dd51f53 100644 --- a/core/js/oc-vcategories.js +++ b/core/js/oc-vcategories.js @@ -95,7 +95,7 @@ var OCCategories={ } }).error(function(xhr){ if (xhr.status == 404) { - OC.dialogs.alert('The required file ' + OC.filePath(Categories.app, 'ajax', 'categories/rescan.php') + ' is not installed!', 'Error'); + OC.dialogs.alert('The required file ' + OC.filePath(OCCategories.app, 'ajax', 'categories/rescan.php') + ' is not installed!', 'Error'); } }); },