diff --git a/behaviors/TranslatablePage.php b/behaviors/TranslatablePage.php index 7b5da88..a4ae8d0 100644 --- a/behaviors/TranslatablePage.php +++ b/behaviors/TranslatablePage.php @@ -23,7 +23,7 @@ public function __construct($model) { parent::__construct($model); - $this->model->bindEvent('model.afterFetch', function() { + $this->model->bindEventOnce('model.afterFetch', function() { $this->translatableOriginals = $this->getModelAttributes(); if (!App::runningInBackend()) {