Merge branch 'develop-olympus' into develop

By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
  [ticket/10550] Sort not installed styles list in the styles section of the ACP.

Conflicts:
	phpBB/includes/acp/acp_styles.php
This commit is contained in:
Nils Adermann 2012-05-31 15:46:23 +02:00
commit b16f3834a3

View file

@ -21,7 +21,7 @@ if (!defined('IN_PHPBB'))
class acp_styles class acp_styles
{ {
public $u_action; public $u_action;
protected $u_base_action; protected $u_base_action;
protected $s_hidden_fields; protected $s_hidden_fields;
protected $mode; protected $mode;