We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd944a2 commit cd6e9dcCopy full SHA for cd6e9dc
main/portfolio/index.php
@@ -8,6 +8,10 @@
8
use Chamilo\CoreBundle\Entity\Session;
9
use Chamilo\UserBundle\Entity\User;
10
11
+// Make sure we void the course context if we are in the social network section
12
+if (empty($_GET['cidReq'])) {
13
+ $cidReset = true;
14
+}
15
require_once __DIR__.'/../inc/global.inc.php';
16
17
api_block_anonymous_users();
0 commit comments