X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fmodels%2FPathMapper.php;fp=application%2Fmodels%2FPathMapper.php;h=2bbeabb7a334d1dbff3e75be7f15d34cc81408d6;hp=7d514e9f655a9ffac7c746f11cef451838468a52;hb=00c2579ade64a20ba2d82e98d3eea5f864864cdb;hpb=36a21a430d77f914b32eed29019f1f3cd5e9c3fa diff --git a/application/models/PathMapper.php b/application/models/PathMapper.php index 7d514e9..2bbeabb 100644 --- a/application/models/PathMapper.php +++ b/application/models/PathMapper.php @@ -80,6 +80,7 @@ class Syj_Model_PathMapper $path->id = $this->getDbTable()->insert($data); } else { $this->getDbTable()->update($data, array('id = ?' => $id)); + $path->invalidateCache(); } }