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 "FusionForge".
The branch, master has been updated
via bd2089ad505c99e6e2b48c557ea574dffbf663ee (commit)
via d3bbc0043567cbf37d92246604288a16f61ec38e (commit)
from a90721a11478234283511ad7b846a61876bbebfa (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=bd2089ad505c99e6e2b48c557ea574dffbf663ee
commit bd2089ad505c99e6e2b48c557ea574dffbf663ee
Author: Franck Villaume <[email protected]>
Date: Fri Sep 16 17:28:46 2016 +0200
fix function declaration
diff --git
a/src/www/search/include/renderers/AdvancedSearchHtmlSearchRenderer.class.php
b/src/www/search/include/renderers/AdvancedSearchHtmlSearchRenderer.class.php
index 747adc8..00fb7dc 100644
---
a/src/www/search/include/renderers/AdvancedSearchHtmlSearchRenderer.class.php
+++
b/src/www/search/include/renderers/AdvancedSearchHtmlSearchRenderer.class.php
@@ -94,7 +94,7 @@ class AdvancedSearchHtmlSearchRenderer extends
HtmlGroupSearchRenderer {
/**
* writeBody - write the Body of the output
*/
- function writeBody() {
+ function writeBody($withpanel = true) {
global $HTML;
if (strlen($this->words) < 3) {
echo $HTML->error_msg(_('Error') . _(': ') . _('Search
must be at least three characters'));
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d3bbc0043567cbf37d92246604288a16f61ec38e
commit d3bbc0043567cbf37d92246604288a16f61ec38e
Author: Franck Villaume <[email protected]>
Date: Fri Sep 16 17:28:14 2016 +0200
wrong param
diff --git a/src/common/include/exit.php b/src/common/include/exit.php
index fdf3d08..59c795c 100644
--- a/src/common/include/exit.php
+++ b/src/common/include/exit.php
@@ -99,7 +99,7 @@ function exit_missing_param($url = '', $missing_params =
array(), $toptab = '')
if (!empty($redirect_url)) {
session_redirect($redirect_url);
} else {
- exit_error($error, $toptab);
+ exit_error($error_msg, $toptab);
}
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/exit.php | 2 +-
.../search/include/renderers/AdvancedSearchHtmlSearchRenderer.class.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits