Ignore:
Timestamp:
Mar 7, 2013, 12:40:18 AM (11 years ago)
Author:
mistic100
Message:

display errors as warnings in order to no block parameters save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/admin.php

    r20324 r21303  
    66if (!$conf['allow_user_registration'])
    77{
    8   array_push($page['errors'], l10n('Users are not allowed to register on your gallery. OAuth will not work correctly.'));
     8  array_push($page['warnings'], l10n('Users are not allowed to register on your gallery. OAuth will not work correctly.'));
    99}
    1010
Note: See TracChangeset for help on using the changeset viewer.