Skip to content

Commit 993a826

Browse files
committed
Merge pull request #3 from SamarRizvi/patch-2
Update ExecBuffer.php
2 parents aba6315 + a607d75 commit 993a826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPVideoToolkit/ExecBuffer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ public function setBufferOutput($buffer_output)
944944
{
945945
if(in_array($buffer_output, array(null, self::DEV_NULL, self::TEMP)) === false)
946946
{
947-
$dir = dirname($buffer_ouput);
947+
$dir = dirname($buffer_output);
948948
if(is_dir($dir) === false)
949949
{
950950
throw new \InvalidArgumentException('Buffer output parent directory "'.$dir.'" is not a directory.');

0 commit comments

Comments
 (0)