Merge remote-tracking branch 'upstream/master'
Conflicts: workflow/engine/classes/class.processMap.php workflow/engine/classes/model/AdditionalTables.php
This commit is contained in:
@@ -177,7 +177,7 @@ class G
|
||||
* getIpAddress
|
||||
* @return string $ip
|
||||
*/
|
||||
public function getIpAddress ()
|
||||
public static function getIpAddress ()
|
||||
{
|
||||
if (getenv( 'HTTP_CLIENT_IP' )) {
|
||||
$ip = getenv( 'HTTP_CLIENT_IP' );
|
||||
|
||||
Reference in New Issue
Block a user