diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-05 22:23:32 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-05 22:26:09 +0200 |
commit | e0db35fac0e1938a0337790162657b64143d87fd (patch) | |
tree | e4d500b837bb0ea89f47ad37a2d2e638dadac851 /core/js | |
parent | a8de0af2732020e9f9d60dcf6a4571fe62e242de (diff) | |
download | nextcloud-server-e0db35fac0e1938a0337790162657b64143d87fd.tar.gz nextcloud-server-e0db35fac0e1938a0337790162657b64143d87fd.zip |
Fix name for OCCategories
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/oc-vcategories.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/oc-vcategories.js b/core/js/oc-vcategories.js index c7b536a2a7d..c99dd51f53a 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'); } }); }, |