Fixed events API to remove thumbnail code
parent
138e931e24
commit
719a903d43
|
@ -74,6 +74,7 @@ class ImageComponent extends Component {
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
$imageData = array(
|
$imageData = array(
|
||||||
'eventPath' => $eventPath,
|
'eventPath' => $eventPath,
|
||||||
'imagePath' => $imagePath,
|
'imagePath' => $imagePath,
|
||||||
|
@ -86,6 +87,7 @@ class ImageComponent extends Component {
|
||||||
);
|
);
|
||||||
|
|
||||||
return( $imageData );
|
return( $imageData );
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue