commit 12d4435b8f9c2c0a0c202a33c55dc96474e61323
parent 275bbc6766e02245cdfefad2bf0d037a7acbdbbf
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Feb 2015 07:18:54 +0100
Still geting 404
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -38,7 +38,7 @@ class DbHandler {
* @param String $password User login password
*/
public function createUser($name, $email, $password) {
- require_once 'PassHash.php';
+ require_once 'PassHash.class.php';
$response = array();
// First check if user already existed in db