Plugin Directory

Changeset 1776174


Ignore:
Timestamp:
11/27/2017 02:33:44 PM (8 years ago)
Author:
paulq
Message:

array notation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chatwee/trunk/chatwee.php

    r1712687 r1776174  
    4040            "chatwee_script" => "",
    4141            "disable_offline_users" => false,
    42             "categories_to_display" => ["main_page", "search_page", "archive_page", "post_page", "single_page"],
     42            "categories_to_display" => array("main_page", "search_page", "archive_page", "post_page", "single_page"),
    4343            "enable_sso" => false,
    4444            "chat_id" => "",
    4545            "client_key" => "",
    46             "moderator_roles" => []
     46            "moderator_roles" => array()
    4747        );
    4848    }
Note: See TracChangeset for help on using the changeset viewer.