Changeset 304 for trunk/server/www/app/models/validator.php
- Timestamp:
- 02/25/10 08:59:57 (7 months ago)
- Files:
-
- 1 modified
-
trunk/server/www/app/models/validator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/models/validator.php
r302 r304 132 132 ); 133 133 134 $proc = proc_open($this->bin . ' ' . $path, $spec, $pipes);134 $proc = proc_open($this->bin . ' "' . $path . '"', $spec, $pipes); 135 135 if (!is_resource($proc)) { 136 136 $this->state = Validator::STATE_ERROR;
