Ignore:
Timestamp:
Dec 31, 2011 6:51:47 AM (17 months ago)
Author:
thomasb
Message:

Always load jquery UI; minor phpdoc fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_plugin_api.php

    r5207 r5672  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
     8 | Copyright (C) 2008-2011, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    4141  private $objectsmap = array(); 
    4242  private $template_contents = array(); 
    43   private $required_plugins = array('filesystem_attachments'); 
     43  private $required_plugins = array('filesystem_attachments', 'jqueryui'); 
    4444  private $active_hook = false; 
    4545 
Note: See TracChangeset for help on using the changeset viewer.