diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-27 08:54:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-27 08:54:30 +0000 |
| commit | ff0ddf163630b24a45c7cbf41a7b30c36b263122 (patch) | |
| tree | 4fe8e897d799747ab9989cf60c7f3bfc7630a8df | |
| parent | cdc534395a1c80526439bfe1029563f57f93fe86 (diff) | |
- Fix reference warning
git-svn-id: https://svn.roundcube.net/trunk@4147 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/enigma/lib/enigma_ui.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enigma/lib/enigma_ui.php b/plugins/enigma/lib/enigma_ui.php index 85eac174f..b9ccff53d 100644 --- a/plugins/enigma/lib/enigma_ui.php +++ b/plugins/enigma/lib/enigma_ui.php @@ -430,7 +430,7 @@ class enigma_ui $this->enigma->add_hook('render_page', array($this, 'compose_menu')); } - function compose_menu(&$p) + function compose_menu($p) { $menu = new html_table(array('cols' => 2)); $chbox = new html_checkbox(array('value' => 1)); |
