diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dashboard/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/templates/index.php b/apps/dashboard/templates/index.php index b9e614b0f1c..bca9fa30494 100644 --- a/apps/dashboard/templates/index.php +++ b/apps/dashboard/templates/index.php @@ -1,4 +1,4 @@ <?php - \OC_Util::addScript('dashboard', 'dashboard'); + \OCP\Util::addScript('dashboard', 'dashboard'); ?> <div id="app"></div> |