Update documentation and move screenshots

This commit is contained in:
Frederic Guillot
2016-10-10 14:14:29 -04:00
parent 26e901dfe6
commit cd633b9aff
187 changed files with 882 additions and 309 deletions

View File

@@ -101,7 +101,8 @@ abstract class MetadataModel extends Base
if ($this->exists($entity_id, $key)) {
$results[] = $this->db->table($this->getTable())
->eq($this->getEntityKey(), $entity_id)
->eq('name', $key)->update(array(
->eq('name', $key)
->update(array(
'value' => $value,
'changed_on' => $timestamp,
'changed_by' => $user_id,