From: hickert Date: Wed, 19 May 2010 10:01:37 +0000 (+0000) Subject: Fixed error warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb7d87a0afc54208f8654d208c0cfacbe5a28906;p=gosa.git Fixed error warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18549 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc b/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc index 3ddcd86f7..345243f65 100644 --- a/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc +++ b/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc @@ -24,7 +24,7 @@ class commandVerifier 1 => array('pipe', 'w'), 2 => array('pipe', 'w')); $process = proc_open($this->command, $descriptorSpec, $pipes); - $txOff = 0; $txLen = strlen($stdin); + $txOff = 0; $txLen = 0; $stdout = ''; $stdoutDone = FALSE; $stderr = ''; $stderrDone = FALSE;