Changeset 5238


Ignore:
Timestamp:
Mar 22, 2010, 12:00:11 AM (14 years ago)
Author:
nikrou
Message:

Fix typo : parenthesis

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r5236 r5238  
    112112catch (Exception $e)
    113113{
    114   my_error(l10n($e->getMessage(), true);
     114  my_error(l10n($e->getMessage(), true));
    115115}
    116116
  • trunk/upgrade.php

    r5236 r5238  
    5959catch (Exception $e)
    6060{
    61   my_error(l10n($e->getMessage(), true);
     61  my_error(l10n($e->getMessage(), true));
    6262}
    6363
  • trunk/upgrade_feed.php

    r5236 r5238  
    6262catch (Exception $e)
    6363{
    64   my_error(l10n($e->getMessage(), true);
     64  my_error(l10n($e->getMessage(), true));
    6565}
    6666
Note: See TracChangeset for help on using the changeset viewer.