Author: ralfbecker
New Revision: 55439
URL: http://svn.stylite.de/viewvc/egroupware?rev=55439&view=rev
Log:
fix not working changing of preferences, caused by missing reference operator in expand_widget
Modified:
trunk/egroupware/api/src/Etemplate/Widget.php
— trunk/egroupware/api/src/Etemplate/Widget.php (original)
+++ trunk/egroupware/api/src/Etemplate/Widget.php Sun Mar 20 12:14:06 2016
@@ -447,10 +447,10 @@
* If a widget’s type is expandable, we need to expand it to make sure we have
* the right class before running the method on it
*
-
-
@param Widget $child Widget to check & expand if needed
-
-
@param Widget& $child Widget to check & expand if needed
-
@param array& $expand Expansion array
*/
- protected function expand_widget(Widget $child, array &$expand)
- protected function expand_widget(Widget &$child, array &$expand)
{
if(strpos($child->attrs[‘type’], ‘@’) !== false || strpos($child->attrs[‘type’], ‘$’) !== false)
{
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs