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/Renderer/Array.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/Renderer/Array.php')
-rw-r--r--libs/HTML/QuickForm2/Renderer/Array.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/HTML/QuickForm2/Renderer/Array.php b/libs/HTML/QuickForm2/Renderer/Array.php
index 57f1dd7000..975aaed76a 100644
--- a/libs/HTML/QuickForm2/Renderer/Array.php
+++ b/libs/HTML/QuickForm2/Renderer/Array.php
@@ -47,7 +47,7 @@
/**
* Abstract base class for QuickForm2 renderers
*/
-require_once 'HTML/QuickForm2/Renderer.php';
+// require_once 'HTML/QuickForm2/Renderer.php';
/**
* A renderer for HTML_QuickForm2 building an array of form elements