mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10561] Reverted to phpbb_style_is_active()
Changes made to function name, reverted to old. PHPBB3-10561
This commit is contained in:
@@ -1952,7 +1952,7 @@ function validate_jabber($jid)
|
||||
* @param int $style_id The style_id of a style which should be checked if activated or not.
|
||||
* @return boolean
|
||||
*/
|
||||
function phpbb_validate_style($style_id)
|
||||
function phpbb_style_is_active($style_id)
|
||||
{
|
||||
global $db;
|
||||
|
||||
|
Reference in New Issue
Block a user