Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Update Flow.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 authored Apr 14, 2017
1 parent 5fb3c0a commit ca78c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Flow/Flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Flow
{

const VERSION = '1.0.8.1';
const VERSION = '1.0.8.2';

/**
* @var Configure
Expand Down Expand Up @@ -351,7 +351,7 @@ protected function compile()
$compile = $this->removePhpTags($compile);
$compile = $this->literal($compile);

preg_match_all('~("[^"]+")~', $compile, $matches);
preg_match_all('~("[^"\n]+")~', $compile, $matches);
$this->quotePatcher($compile, $matches[1]);

$this->_compile($compile);
Expand Down

0 comments on commit ca78c08

Please sign in to comment.