Commit: 12b54a31f612d05c24c6c273589dc9e6adb38833 Author: Florian Anderiasch(f...@php.net) Mon, 19 Mar 2012 16:21:18 +0100 Committer: Florian Anderiasch(f...@php.net) Mon, 19 Mar 2012 16:21:18 +0100 Parents: efd58e9da03931adc336fbf3400a94d4103f5fbf
Link: http://git.php.net/?p=karma.git;a=commitdiff;h=12b54a31f612d05c24c6c273589dc9e6adb38833 Log: Remove superfluous include Changed paths: M hooks/post-receive.bugsweb Diff: 12b54a31f612d05c24c6c273589dc9e6adb38833 diff --git a/hooks/post-receive.bugsweb b/hooks/post-receive.bugsweb index 1c53f0d..683ffe2 100755 --- a/hooks/post-receive.bugsweb +++ b/hooks/post-receive.bugsweb @@ -15,7 +15,6 @@ set_include_path( include 'Git.php'; include 'Git/PushInformation.php'; include 'Git/ReceiveHook.php'; -include 'Git/PostReceiveHook.php'; include 'Git/BugsWebPostReceiveHook.php'; $recipients = exec('git config hooks.mailinglist'); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php