diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 2648a0629..b1aa493b5 100755 --- a/include/items.php +++ b/include/items.php @@ -1634,7 +1634,7 @@ function item_store($arr,$allow_exec = false) { logger('item_store: created item ' . $current_post, LOGGER_DEBUG); } else { - logger('item_store: could not locate created item'); + logger('item_store: could not locate stored item'); $ret['message'] = 'unable to retrieve.'; return $ret; } |