Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
bug fix notification get latest json not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fherryfherry committed Oct 9, 2016
1 parent b6e313e commit a8c44a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/CBController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ public function hook_before_add(&$arr) {
public function hook_after_add($id) {

}
public function hook_before_edit(&$arr,&$id) {
public function hook_before_edit(&$arr,$id) {

}
public function hook_after_edit($id) {
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ public function hook_after_add($id) {
| @id = current id
|
*/
public function hook_before_edit(&$postdata,&$id) {
public function hook_before_edit(&$postdata,$id) {
//Your code here
}
Expand Down

0 comments on commit a8c44a1

Please sign in to comment.