Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 6, 2014
1 parent ec816c6 commit 7f4f092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function applyTransformation($buffer, $options = array(), $meta = '')
// possibly use a global transform and feed it with special options

// further operations on $buffer using the $options[] array.
$options = $this->getOptions($options, array(0, 'all', '');
$options = $this->getOptions($options, array(0, 'all', ''));

if ($options[1] != 'all') {
$newtext = $GLOBALS['PMA_String']->substr(
Expand Down

0 comments on commit 7f4f092

Please sign in to comment.