Ignore:
Timestamp:
Jan 9, 2014, 7:55:29 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/admin/config.php

    r20323 r26556  
    11<?php
    22defined('OAUTH_PATH') or die('Hacking attempt!');
    3 
    43
    54if (isset($_POST['save_config']))
     
    1413   
    1514  conf_update_param('oauth', serialize($conf['oauth']));
    16   array_push($page['infos'], l10n('Information data registered in database'));
     15  $page['infos'][] = l10n('Information data registered in database');
    1716}
    1817
     
    2120// define template file
    2221$template->set_filename('oauth_content', realpath(OAUTH_PATH . 'admin/template/config.tpl'));
    23 
    24 ?>
Note: See TracChangeset for help on using the changeset viewer.