Plugin Directory

Changeset 754470


Ignore:
Timestamp:
08/10/2013 11:46:58 AM (12 years ago)
Author:
tipiirai
Message:

Fixed a configuration bug on non-SSO setups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moot/trunk/public.php

    r754351 r754470  
    5959         sso: {
    6060            key: '<?php echo $key; ?>',
    61             timestamp: <?php echo $timestamp; ?>,
     61            timestamp: <?php echo $timestamp ? $timestamp : 0; ?>,
    6262            signature: '<?php echo $signature; ?>',
    6363            message: '<?php echo $message; ?>'
Note: See TracChangeset for help on using the changeset viewer.