Update search/index.php

respect coding style
This commit is contained in:
Thomas Müller 2012-09-04 13:06:03 +03:00
parent 409ede0975
commit c252de56d0
1 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
// Init owncloud
require_once('../lib/base.php');
require_once '../lib/base.php';
// Check if we are a user
OC_Util::checkLoggedIn();