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'); } }); },