Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created June 29, 2011 19:29
Show Gist options
  • Save Javlopez/1054693 to your computer and use it in GitHub Desktop.
Save Javlopez/1054693 to your computer and use it in GitHub Desktop.
<?php
//..
//.........
$userid = 1; //Obtenemos el id del susuario que lo posteo
if(A2::instance()->allowed('discussion','edit') AND $userid == A2::instance()->get_user()->id)
{
echo "si puedes modificar esto";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment