diff options
author | Evan Prodromou <evan@status.net> | 2010-01-02 19:47:34 -1000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-02 19:47:34 -1000 |
commit | 90a2563a90e1bf2239d177a564bbe3e838d93dc4 (patch) | |
tree | 47a19a1a564dc0934f0e04d46af3b6f0db30cc1d /classes/Notice.php | |
parent | 2851296c8df7ad8fb9394d9d087ce04867e30d92 (diff) | |
parent | d32fb7c7c40e3d5fa67496d5df0574fc9c2e0151 (diff) |
Merge branch 'master' into 0.9.x
Conflicts:
classes/Memcached_DataObject.php
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index fe3f3c017..3e55bd6fa 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -214,7 +214,7 @@ class Notice extends Memcached_DataObject extract($options); } - if (empty($is_local)) { + if (!isset($is_local)) { $is_local = Notice::LOCAL_PUBLIC; } |