This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via 83ad45eda87333cfdf171a858cb7aae331126392 (commit)
from cf4a4f1b4d446b549bb9164a9afc4cade868c061 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 83ad45eda87333cfdf171a858cb7aae331126392
Author: Ivan1986 <iva...@li...>
Date: Tue Jul 13 13:13:43 2010 +0400
Возможен нотайс для неверного номера формы
diff --git a/lib/Curl.php b/lib/Curl.php
index 0684956..f6dcbbe 100644
--- a/lib/Curl.php
+++ b/lib/Curl.php
@@ -282,7 +282,7 @@ class CurlResponse
}
$forms[$k]['fields'] = $fields;
}
- return $num===false ? $forms : $forms[$num];
+ return $num===false ? $forms : isset($forms[$num]) ? $forms[$num] : false;
}
/**
-----------------------------------------------------------------------
Summary of changes:
lib/Curl.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|