Author: dalexandre
Date: 2010-01-26 12:06:37 +0100 (Tue, 26 Jan 2010)
New Revision: 27180
Modified:
plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
Log:
Fix stupid typo, the main var must be overridable and she was private...
Modified: plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
===================================================================
--- plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
2010-01-26 10:28:19 UTC (rev 27179)
+++ plugins/daYamlEditorPlugin/trunk/lib/form/daYamlEditorForm.class.php
2010-01-26 11:06:37 UTC (rev 27180)
@@ -13,7 +13,7 @@
* If null, all the daYamlEditor.yml declared blocks will be use
* @var string
*/
- private $daYamlEditorName = null;
+ protected $daYamlEditorName = null;
/**
* Call daYamlEditor::buildForm and do some settings.
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.