summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-12 18:23:44 +0000
committerYaco <franco@reevo.org>2022-03-12 18:23:44 +0000
commitb002755022becb1ff2b4fffa390af6b8ce6e175e (patch)
tree6a5691e1e2cc34acaa32616d14ce2ed03dc66339
parent04ebfb3763ebcea91b698f35ac0f41f55f46762e (diff)
fixing
-rw-r--r--conf/plugin/bureaucracy/crowdfunding.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/plugin/bureaucracy/crowdfunding.php b/conf/plugin/bureaucracy/crowdfunding.php
index 4a6c18a..3fd8cdb 100644
--- a/conf/plugin/bureaucracy/crowdfunding.php
+++ b/conf/plugin/bureaucracy/crowdfunding.php
@@ -88,6 +88,6 @@ class helper_plugin_bureaucracy_handler_crowdfunding implements bureaucracy_hand
// exit;
}
// dbglog($line);
- // return $thanks;
+ return $thanks;
}
}