From 9eb4278918307e0ed78f224444314d3862c7371b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 3 Sep 2005 00:46:04 +0000 Subject: [PATCH] Split the error seeker so we can have it in there as text in a diff --- includes/svnlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/svnlib.php b/includes/svnlib.php index 978ee8b..0381a06 100644 --- a/includes/svnlib.php +++ b/includes/svnlib.php @@ -108,7 +108,7 @@ class SVNLib $output = $viewsvn->shell->exec($this->svnpath . ' ' . $command . ' 2>&1'); $temp = implode("\n", $output); - if (strpos($temp, '(apr_err=') !== false) + if (strpos($temp, '(apr' . '_err=') !== false) { $viewsvn->trigger->error(nl2br($temp)); } -- 2.22.5