chamilo/chamilo-lms

View on GitHub
public/main/social/promoted_messages.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "social_layout" is not in valid camel caps format
Open

$social_layout = $tpl->get_template('social/inbox.tpl');

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_SOCIAL;

Variable "social_right_content" is not in valid camel caps format
Open

$social_right_content .= Display::toolbarAction('toolbar', [$actionsLeft, $actionsRight]);

Variable "social_right_content" is not in valid camel caps format
Open

$social_right_content = '';

Variable "social_right_content" is not in valid camel caps format
Open

$tpl->assign('social_right_content', $social_right_content);

Variable "social_layout" is not in valid camel caps format
Open

$tpl->display($social_layout);

There are no issues that match your filters.

Category
Status