]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/lostpassword/resetpassword.php
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:09:25 +0000 (13:09 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:09:25 +0000 (13:09 +0300)
core/lostpassword/resetpassword.php

index 33be9d7053bccf7688d306bfea82bb09fde60abc..28a0063fc647c5d7b7bf21076fa921173bcbf05d 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 $RUNTIME_NOAPPS = TRUE; //no apps
-require_once('../../lib/base.php');
+require_once '../../lib/base.php';
 
 // Someone wants to reset their password:
 if(isset($_GET['token']) && isset($_GET['user']) && OC_Preferences::getValue($_GET['user'], 'owncloud', 'lostpassword') === $_GET['token']) {