Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-07-06 22:18:59 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-06 22:18:59 +0400
commit6ed0125bd7fc55d452cbb3ee6e467786fb18c379 (patch)
tree4c59557ff9efeddb24edcba078d1b450a50a9b75 /libs/HTML/QuickForm2/Element/InputCheckable.php
parent657a4852ee3741c23acba77ebf4050dbca72c734 (diff)
Synced up with PEAR svn repository revision 301028
* add HTML_QuickForm2_Renderer_Smarty * comment out require_once * let autoloaders try loading class first - http://pear.php.net/bugs/bug.php?id=17568 * HTML_QuickForm_Node - http://pear.php.net/bugs/17557 git-svn-id: http://dev.piwik.org/svn/trunk@2437 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/HTML/QuickForm2/Element/InputCheckable.php')
-rw-r--r--libs/HTML/QuickForm2/Element/InputCheckable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Element/InputCheckable.php b/libs/HTML/QuickForm2/Element/InputCheckable.php
index 5d9b30dff2..9a152ec7c3 100644
--- a/libs/HTML/QuickForm2/Element/InputCheckable.php
+++ b/libs/HTML/QuickForm2/Element/InputCheckable.php
@@ -46,7 +46,7 @@
/**
* Base class for <input> elements
*/
-require_once 'HTML/QuickForm2/Element/Input.php';
+// require_once 'HTML/QuickForm2/Element/Input.php';
/**
* Base class for <input> elements having 'checked' attribute (checkboxes and radios)