Update index.php

This commit is contained in:
Ernesto Serrano 2019-03-14 14:45:19 +01:00 committed by GitHub
parent e1768a13dc
commit b8ad70a8e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ class RestChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
$sFieldOldpassword = \trim($this->Config()->Get('plugin', 'rest_field_oldpassword', ''));
$sFieldNewpassword = \trim($this->Config()->Get('plugin', 'rest_field_newpassword', ''));
if (!empty($sHost) && (!empty($sKey))
if (!empty($sHost) && (!empty($sKey)))
{
include_once __DIR__.'/RestChangePasswordDriver.php';