X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fwatcheditem%2FNoWriteWatchedItemStore.php;h=eabdb077ad83c0ff861ee00b34f71c841a445e22;hb=18741b93060ec6d60da860da2e48894dd42002cd;hp=28012078d00c66db70959afebd329d4aad574a02;hpb=ae506d2441d5cc15b7fa67974bfb2237f389e732;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/watcheditem/NoWriteWatchedItemStore.php b/includes/watcheditem/NoWriteWatchedItemStore.php index 28012078d0..eabdb077ad 100644 --- a/includes/watcheditem/NoWriteWatchedItemStore.php +++ b/includes/watcheditem/NoWriteWatchedItemStore.php @@ -32,9 +32,6 @@ class NoWriteWatchedItemStore implements WatchedItemStoreInterface { */ private $actualStore; - /** - * @var string - */ const DB_READONLY_ERROR = 'The watchlist is currently readonly.'; /**