]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Fixes #325 - Shaarli does not recognize saved links
authorArthurHoaro <arthur@hoa.ro>
Thu, 20 Aug 2015 17:47:01 +0000 (19:47 +0200)
committerArthurHoaro <arthur@hoa.ro>
Mon, 31 Aug 2015 10:26:38 +0000 (12:26 +0200)
commit9e1724f1922bf9e38299eecedfce2dcdbd416749
tree739a0d15a8225b75c9a0593f1c604774786fcf46
parentd7efade5d651ec60a05a86baa53f99188ad5d72c
Fixes #325 - Shaarli does not recognize saved links

PHP doesn't seem to autoconvert objects to strings when they're use as array indexes.

Fixes regression introduced in d9d776af19fd0a191f82525991dafbb56e1bcfcb
application/Url.php [changed mode: 0644->0755]
index.php
tests/UrlTest.php [changed mode: 0644->0755]