Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Setting a url callback now use namespaces
  • Loading branch information
Tim van Wolfswinkel committed Aug 8, 2014
1 parent 5659909 commit cc81b9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UPGRADE_3.7.md
Expand Up @@ -205,6 +205,16 @@ Before
After After


fork.dev/backend/cronjob?module=Core&action=SendQueuedEmails fork.dev/backend/cronjob?module=Core&action=SendQueuedEmails

* Setting a url callback now use namespaces

Before

$this->meta->setUrlCallback('BackendBlogModel', 'getURL', array($this->record['id']));

After

$this->meta->setUrlCallback('Backend\Modules\Blog\Engine\Model', 'getURL', array($this->record['id']));


## API isAuthorized() instead of authorize() ## API isAuthorized() instead of authorize()


Expand Down

0 comments on commit cc81b9f

Please sign in to comment.